object formLegals: TformLegals Left = 372 Top = 301 BorderStyle = bsDialog Caption = 'Legal stuff' ClientHeight = 145 ClientWidth = 348 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PopupMode = pmAuto Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object labelInformation: TLabel Left = 8 Top = 8 Width = 329 Height = 65 AutoSize = False Caption = 'If you remove advertisement robots with this program, you may no' + 't be allowed to continue using their host programs. Read their l' + 'icense agreements for further information.' WordWrap = True end object buttonOK: TBitBtn Left = 136 Top = 112 Width = 75 Height = 25 TabOrder = 0 Kind = bkOK end object checkboxNotAgain: TCheckBox Left = 8 Top = 80 Width = 329 Height = 17 Caption = 'Don'#39't show this message again.' TabOrder = 1 end object hideTimer: TTimer Enabled = False OnTimer = hideTimerTimer Left = 296 Top = 112 end end